home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ShimEnetHAL.h
-
- Contains: Definitions for the USB Ethernet Driver
-
- Version: xxx put version here xxx
-
- Written by:
-
- Copyright: © 1995-1998 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: USB
-
- */
-
- #ifndef _SHIMENETHAL_
- #define _SHIMENETHAL_
-
- /********************************************************************************************/
- //
- // Prototypes
- //
- /********************************************************************************************/
-
- OSErr EnetHAL_Entry(UInt16 HdwSelector, USBEnetPtr enet, UInt32 RefCon);
-
- OSErr HAL_DoOpen(USBEnetPtr enet);
- OSErr HAL_DoClose(USBEnetPtr enet);
-
- OSErr HAL_DoStatus(USBEnetPtr enet);
-
- #endif